SIGILL

From Cppreference

Jump to: navigation, search
Defined in header <csignal>

#define SIGILL /*implementation defined*/​

The SIGILL macro expands into an integral expression, defining a signal number. This signal represents invalid program image, such as invalid instruction.

See also

signal
sets a signal handler for particular signal
(function)
raise
runs the signal handler for particular signal
(function)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages